home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr14 / ed310up.zip / RUNME.BAT < prev   
DOS Batch File  |  1993-04-08  |  1KB  |  36 lines

  1. @echo off
  2. if exist empire.exe goto patchit
  3. echo Instructions:
  4. echo    Copy these files into your Empire Deluxe directory, and then
  5. echo    run this 'RUNME.BAT' file again.  This will apply the patches
  6. echo    to your current copy of Empire Deluxe, rerun the ECONFIG program
  7. echo    and then show you the 'CHANGES.TXT' file.
  8. goto byebye
  9.  
  10. :patchit
  11. echo We are about to apply the patches to upgrade your installed copy
  12. echo of Empire Deluxe from version 3.00 to version 3.10.  After the
  13. echo files have been modified, we will rerun the ECONFIG program because
  14. echo the configuration file format has changed.  After this completes,
  15. echo you will be shown the 'CHANGES.TXT' file which describes the
  16. echo enhancements included in this update.
  17. echo.
  18. pause Type any key to continue, Control-C to abort
  19. patch emp310.rtp
  20. if errorlevel 1 goto patchfail
  21. echo The update process was successful.  We will now run ECONFIG
  22. echo.
  23. pause Type any key to continue, Control-C to abort
  24. econfig
  25. more <changes.txt
  26. goto byebye
  27.  
  28. :patchfail
  29. echo There seems to have been a problem updating Empire Deluxe.
  30. echo Please re-install the game from the original disks and then
  31. echo re-run this update.
  32.  
  33. :byebye
  34. echo.
  35. echo Thank You! --- White Wolf Productions, Inc.
  36.